home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / CLImax 1.0.sit / CLImax 1.0 / TSM Fix 1.03 / About TSM Fix next >
Text File  |  1996-11-09  |  3KB  |  45 lines

  1. ------------------
  2.  
  3. Are you experiencing problems with clicks falling through CLImax's window?  The problem is a known bug in the system software, which this extension will fix.  Drop it in and restart, and you'll never see the problem again.
  4.  
  5. ------------------
  6.  
  7.  
  8.  
  9. TSM Fix 1.03
  10. by Matt Slot (fprefect@AmbrosiaSW.com)
  11.  
  12.  
  13. Short Form
  14. This INIT fixes the jGNEFilter "Missing Clicks" bug, by head *and* tail patching GetNextEvent.
  15.  
  16. Long Form
  17. The operating system gives low-level programmers a mechanism (called the jGNEFilter) for intercepting user events (mouse clicks, key downs, etc) and "filtering" or modifying them before the computer processes them. Many system extensions use this hook to implement special functionality in your computer -- such as SuperClock and ObiWan -- and work transparently to the user. 
  18.  
  19. Since System 7.0, the operating system became much more complex. Now the system has to manage multiple applications at once and feed the right events to the right programs. Occasionally, one of these events does not get sent through the filter as it should -- and the programs checking events never have a chance to handle them properly. Typically, this is seen when programs implement special windows or window parts -- clicks that are destined for interception are passed straight through to the next window.
  20.  
  21. This system extension remedies the problem by checking events as they are presented to the running programs. If an event has not passed through the installed filters, this extension sends it to be filtered before returning.
  22.  
  23. The name "TSM Fix" comes from the fact that programs using the "Text Services Manager" (TSM) floating windows typically use the jGNEFilter to find clicks -- and the extension fixes the system bug.
  24.  
  25. Installing
  26.  
  27. Simply drop the extension onto the System Folder (it will be placed in the extensions folder). There will be no visible feedback, but on restart you should never experience that "Missing Clicks" thing. 
  28.  
  29.  
  30. Distribution
  31.  
  32. I wrote this to fix a bug that was plaguing users of certain programs I had written. I hope that it becomes widely used, so it is free to use and distribute. Also, if you have written software that suffers from such "Missing Clicks", you can freely add this extension and readme to your distribution. (Drop me a line if you do so... so I can send you an update as necessary).
  33.  
  34. Changes in 1.01:
  35.  * Fixed incompatibility with After Dark 3.0. (They set the jGNEFilter to zero -- hmmm, isn't that a bad thing?) Thanks to Eric Hon-Anderson.
  36.  
  37. Changes in 1.02:
  38.  * Fixed incompatibility with certain extensions and debuggers that create processes before the Finder launches and sets up the Process Manager.
  39.  
  40. Changes in 1.03:
  41.  * Fixed another incompatibility with Optimem RAM Charger and Jasik's Debugger. This should take care of all your problems!
  42.  * Started flushing the cache when necessary.
  43.  
  44. Matt Slot, fprefect@AmbrosiaSW.com - 7/25/95
  45.